Domain age
Task: domain_age
Frequency: Hourly
Offset:3 Days
Statuses
success - "Your domain is not expiring soon"
warning - "Your domain name expires in 2 weeks"
error - "Your domain name has expired"
Data
days_to_expiry - The amount of days left until the domain expires.
expiry_date - The actual date the domain expires.
Example Webhook Payload
{
"uuid": "d5134cd0-e2e9-432c-8b90-411b31397e42",
"business_uuid": "7f38c243-784a-428d-83cd-22891e2fcd46",
"website_uuid": "23267e28-a002-4ecd-ae67-bf198d72bae8",
"competitor_uuid": null,
"category": "website",
"type": "domain",
"status": "warning",
"data": {
"days_to_expiry": 14,
"expiry_date": "2022-09-07T18:00:19+00:00"
}
}